// All the lovely english words used in the app. 
FILE = "File"
NEW = "New Experiment"
OPEN = "Open Experiment..." // Elipsis should be done with the B_UTF_ELIPS (not supported yet)
SAVE = "Save Experiment"
SAVE_AS = "Save Experiment As..."
DATABASE_EXPORT = "Database Export..."
DATABASE_IMPORT = "Database Import..."
DATABASE_RESET = "Database Reset..."
CLOSE = "Close"
QUIT = "Quit"
RATS = "Rats"
RUN_ALL = "Run All Rats"
RUN_NEXT = "Run Next Rat"
COMPLETE_CURRENT = "Complete Current Rat"
RUN_ONE_TRIAL = "Run One Trial"
SINGLE_STEP = "Single Step"
COMPLETE_TRIAL = "Complete Trial"
STEP_MODE = "Step Mode"
STOP_RAT = "Stop Current Rat"
KILL_RAT = "Kill Current Rat"
SETTINGS = "Settings"
PLUGINS = "Plugins..."
EXPERIMENT = "Experiment..."
PERFORMANCE_MONITOR = "Performance Monitor..."
DATABASE = "Database..."
LANGUAGE = "Language"
HELP = "Help"
ABOUT = "About..."
DEBUG = "Debug"
CHECK_ERRORS = "Check and Reset Number of Errors"
